'Declaration Public Overloads Sub Append<TThe content element type.>( _
ByVal contentИнформация о содержимом.As T _
) (Of TThe content element type.As OpenXmlContentInfo)
public void Append<T>(
T content
) where T: OpenXmlContentInfo
public: void Append<T>(
T* content
) where T: OpenXmlContentInfo*
generic<typename T> public:
void Append(
T^ content
) where T: OpenXmlContentInfo^
Parameters
- content
- Информация о содержимом.
Type Parameters
- T
- The content element type.